Apex Exercise API

01/30/25

Python

Create Json to load exercises into Apex Movement

This is a stripped-down version of the Exercise Generator Project with modifications to output to a file. The file is then loaded by Apex Movement to populate the exercises, variants, and equipment in SwiftData. Images coming soon!

Input

In a Coda table, I can configure the exercises I want to load into Apex Movement. The base exercise can have multiple variants and each variant can use different equipment.

Feature Image

Output

After running my script, the data from my coda table has been converted into Json and written to a file. This allows me to easily modify and rebuild my exercise data for new versions.

Feature Image